@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1240px) {
    .container {
      max-width: 1210px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block, .collapse-list__title {
  display: inline-block !important; }

.d-block, .side-to-side-list__link, .testimonials-carousel__avatar, .team-carousel__avatar {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .neuroaxis-pagination, .simple-cta, .cta-hero__item, .side-to-side-list__item, .regular-table__top, .regular-table__item, .feature-box__icon, .partners-carousel__carousel, .partners-carousel__item, .partners-carousel .swiper-button-next, .partners-carousel .swiper-button-prev, .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev, .swiper-carousel__pagination, .swiper-carousel__button-next, .swiper-carousel__button-prev, .services-list__header, .diseses-list {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap, .simple-cta, .cta-hero__item, .diseses-list {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center, .neuroaxis-pagination, .simple-cta__icon, .cta-hero__item, .feature-box__icon, .partners-carousel__item, .partners-carousel .swiper-button-next, .partners-carousel .swiper-button-prev, .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev, .swiper-carousel__pagination, .swiper-carousel__button-next, .swiper-carousel__button-prev, .services-list, .services-list__header {
  justify-content: center !important; }

.justify-content-between, .blog-single__share {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .simple-cta, .simple-cta__icon, .cta-hero__item, .feature-box__icon, .partners-carousel__carousel, .partners-carousel .swiper-button-next, .partners-carousel .swiper-button-prev, .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev, .swiper-carousel__button-next, .swiper-carousel__button-prev, .services-list__header {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1240px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0, .widget-area .widget-title, .feedback-form .col1, .collapse-list__title,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3, .doctors__item, .wp-caption.aligncenter img,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .widget-area, .feedback-form .q1,
.feedback-form .q2,
.feedback-form .q3,
.feedback-form .q4,
.feedback-form .q5,
.feedback-form .q6, .feedback-form .col-2, .blog-single__share,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .swiper-carousel__pagination, .border-cage,
.py-3 {
  padding-top: 1rem !important; }

.pr-3, .blog-single__share, .collapse-list--bg .collapse-list__item,
.px-3 {
  padding-right: 1rem !important; }

.pb-3, .border-cage,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .blog-single__share, .simple-cta__text, .collapse-list--bg .collapse-list__item,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .partners-carousel,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .partners-carousel,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: 400; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  padding-left: 2rem; }

ul {
  list-style-type: square; }

ol {
  list-style-type: decimal; }

body {
  line-height: 1; }

blockquote > p:before, blockquote > p:after,
q > p:before, q > p:after {
  content: '"';
  margin: 0 3px; }

dd {
  margin-bottom: 1rem; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  height: auto;
  max-width: 100%; }

*, *:focus, *:active {
  outline: none; }

a {
  font-weight: 400;
  color: #231F20;
  text-decoration: none;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a:hover {
    color: #78506D; }

.audrey-regular {
  font-family: "Audrey";
  font-style: normal;
  font-weight: 400; }

.audrey-regular-italic {
  font-family: "Audrey";
  font-style: italic;
  font-weight: 400; }

.audrey-medium {
  font-family: "Audrey";
  font-style: normal;
  font-weight: 500; }

.audrey-medium-italic {
  font-family: "Audrey";
  font-style: italic;
  font-weight: 500; }

.audrey-bold, h1,
.h1,
h2,
.h2,
h3,
.h3, .blog-article__title a,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Audrey";
  font-style: normal;
  font-weight: 700; }

.audrey-bold-italic {
  font-family: "Audrey";
  font-style: italic;
  font-weight: 700; }

.lato-light {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300; }

.lato-light-italic {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300; }

.lato-regular, html body, .neuroaxis-form-group input:not([type="checkbox"]),
.neuroaxis-form-group select,
.neuroaxis-form-group textarea {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400; }

.lato-regular-italic {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400; }

.lato-bold, .widget-area .widget > ul a.active, .neuroaxis-button--xl, .search-restults-filter__list__link.active {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700; }

.lato-bold-italic {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700; }

.lato-black, .neuroaxis-button, .feedback-form input[type="submit"] {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900; }

.lato-black-italic {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900; }

@font-face {
  font-family: 'Audrey';
  font-style: normal;
  font-weight: 400;
  src: local("Audrey Regular"), url(src/fonts/Raleway-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Audrey';
  font-style: italic;
  font-weight: 400;
  src: local("Audrey Italic"), url(src/fonts/Raleway-Italic.ttf) format("truetype"); }

@font-face {
  font-family: 'Audrey';
  font-style: normal;
  font-weight: 500;
  src: local("Audrey Medium"), url(src/fonts/Raleway-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'Audrey';
  font-style: italic;
  font-weight: 500;
  src: local("Audrey Medium Oblique"), url(src/fonts/Raleway-MediumItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Audrey';
  font-style: normal;
  font-weight: 700;
  src: local("Audrey Bold"), url(src/fonts/Raleway-Bold.ttf) format("truetype"); }

@font-face {
  font-family: 'Audrey';
  font-style: italic;
  font-weight: 700;
  src: local("Audrey Bold Italic"), url(src/fonts/Raleway-BoldItalic.ttf) format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(src/fonts/fa-brands-400.eot);
  src: url(src/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(src/fonts/fa-brands-400.woff2) format("woff2"), url(src/fonts/fa-brands-400.woff) format("woff"), url(src/fonts/fa-brands-400.ttf) format("truetype"), url(src/fonts/fa-brands-400.svg#fontawesome) format("svg"); }

.material-icons--xs {
  font-size: 1.125rem; }

.material-icons--lg {
  font-size: 2rem; }

.material-icons--xl {
  font-size: 3rem; }

.material-icons--xxl {
  font-size: 4rem; }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-whatsapp:before {
  content: "\F232"; }

html {
  overflow-x: hidden;
  background-color: #fff;
  height: 100%; }
  html body {
    overflow-x: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-size: 1rem;
    line-height: 1.3;
    color: #231F20;
    min-height: 100%;
    padding-top: 6.25rem; }

@media (min-width: 1240px) {
  html body {
    padding-top: 8.75rem; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
.blog-article__title a,
h4,
.h4,
h5,
.h5 {
  margin-bottom: 1.25rem; }

h6,
.h6 {
  margin-bottom: 0.75rem; }

h5,
.h5,
h6,
.h6 {
  text-transform: uppercase; }

h1,
.h1 {
  font-size: 2rem; }

h2,
.h2 {
  font-size: 1.625rem; }

h3,
.h3,
.blog-article__title a {
  font-size: 1.375rem; }

h4,
.h4 {
  font-size: 1.25rem; }

h5,
.h5 {
  font-size: 1.125rem; }

h6,
.h6 {
  font-size: 0.875rem; }

.display-1, .display-2, .display-3, .display-4, .widget-area .widget > ul a, .neuroaxis-pagination .page-numbers, .feedback-form .col1, .search-restults-filter__list__link, .display-5, .display-6, .widget-area .widget-title {
  font-family: "Audrey", sans-serif; 
}

.display-1, .display-2, .display-3, .display-4, .widget-area .widget > ul a, .neuroaxis-pagination .page-numbers, .feedback-form .col1, .search-restults-filter__list__link, .display-5 {
  margin-bottom: 1.25rem; }

.display-1, .display-2 {
  font-weight: 300; }

.display-3, .display-4, .widget-area .widget > ul a, .neuroaxis-pagination .page-numbers, .feedback-form .col1, .search-restults-filter__list__link {
  font-weight: 400; }

.display-5, .display-6, .widget-area .widget-title {
  text-transform: uppercase; }

.display-1 {
  font-size: 2rem; }

.display-2 {
  font-size: 1.625rem; }

.display-3 {
  font-size: 1.375rem; }

.display-4, .widget-area .widget > ul a, .neuroaxis-pagination .page-numbers, .feedback-form .col1, .search-restults-filter__list__link {
  font-size: 1.25rem; }

.display-5 {
  font-size: 1.125rem;
  font-weight: 700; }

.display-6, .widget-area .widget-title {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 0.75rem; }

.text-lg {
  font-size: 1.25rem; }

.text-md {
  font-size: 1rem; }

.text-sm, .main-footer__list li a, .collapse-list__content p, .wp-caption.aligncenter .wp-caption-text {
  font-size: 0.875rem; }

.text-xs, .blog-single__share__text {
  font-size: 0.75rem; }

p {
  margin-bottom: 1.25rem; }

.widget-area .widget > ul {
  display: none; }
  .widget-area .widget > ul a {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(120, 80, 109, 0.2); }
  .widget-area .widget > ul li:last-child .search-restults-filter__list a {
    border-bottom: none; }

.widget-area .widget.active > ul {
  display: block; }

@media (min-width: 992px) {
  .search-restults-filter__list {
    display: block; }
  .search-restults-filter__title .material-icons {
    display: none; }
  .widget-area .widget-icon {
    display: none; }
  .widget-area .widget > ul {
    display: block; } }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

.vertical-align-bottom {
  vertical-align: bottom; }

.shadow-xs, .team-carousel__avatar, .reading-progress__progress {
  box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2); }

.shadow-sm, .neuroaxis-button, .feedback-form input[type="submit"], .simple-cta__icon, .related-blog-article, .patient-story-video__video, .services-list__article, .diseses-list__list, .wp-caption.aligncenter img {
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2); }

.shadow-lg {
  box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, 0.2); }

.shadow-xl, .related-blog-article:hover, .services-list__article:hover {
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.2); }

.list-unstyled, .widget-area .widget > ul, .main-footer__list, .partners-carousel__carousel, .testimonials-carousel__carousel, .swiper-carousel__carousel, .diseses-list__list, .article-full-overview__list,
.article-full-overview__list ul {
  padding-left: 0;
  list-style: none; }

.container-cover-all {
  position: relative;
  z-index: 0; }

.cover-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1; }

.neuroaxis-button, .feedback-form input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  background-color: #78506D;
  border-radius: 0.3125rem;
  display: inline-block;
  padding: 0.8125rem 2.5rem;
  margin-bottom: 1.25rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .neuroaxis-button i, .feedback-form input[type="submit"] i {
    font-size: 0.875rem;
    margin-left: 0.25rem;
    position: relative;
    top: 0.125rem; }
  .neuroaxis-button--xs {
    padding: 0.625rem 1.75rem;
    font-size: 0.75rem;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem; }
    .neuroaxis-button--xs i {
      font-size: 0.75rem; }
  .neuroaxis-button--xl {
    padding: 1.125rem 2.75rem;
    font-size: 1.125rem; }
    .neuroaxis-button--xl i {
      font-size: 1.125rem; }
  .neuroaxis-button--dark-tan {
    background-color: #8D7249; }
  .neuroaxis-button--dark-pink {
    background-color: #3D0134; }
  .neuroaxis-button--dark {
    background-color: #231F20; }
  .neuroaxis-button--tan {
    background-color: #8D7249; }
  .neuroaxis-button:hover, .feedback-form input:hover[type="submit"] {
    color: #fff;
    opacity: 0.9;
    top: 0.1875rem;
    box-shadow: none; }
  .neuroaxis-button--white {
    background-color: #fff;
    color: #231F20; }
    .neuroaxis-button--white:hover {
      color: #231F20; }

.neuroaxis-form-group {
  position: relative;
  margin-bottom: 1rem; }
  .neuroaxis-form-group input:not([type="checkbox"]),
  .neuroaxis-form-group select {
    height: 3.5rem; }
  .neuroaxis-form-group input:not([type="checkbox"]),
  .neuroaxis-form-group select,
  .neuroaxis-form-group textarea {
    font-size: 1rem;
    padding: 1rem 0.375rem 1rem 0.375rem;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #78506D; }
    .neuroaxis-form-group input:not([type="checkbox"]):focus,
    .neuroaxis-form-group select:focus,
    .neuroaxis-form-group textarea:focus {
      outline: none; }
      .neuroaxis-form-group input:not([type="checkbox"]):focus ~ label,
      .neuroaxis-form-group select:focus ~ label,
      .neuroaxis-form-group textarea:focus ~ label {
        top: 0;
        font-size: 0.75rem; }
      .neuroaxis-form-group input:not([type="checkbox"]):focus ~ .neuroaxis-form-group__bar:before, .neuroaxis-form-group input:not([type="checkbox"]):focus ~ .neuroaxis-form-group__bar:after,
      .neuroaxis-form-group select:focus ~ .neuroaxis-form-group__bar:before,
      .neuroaxis-form-group select:focus ~ .neuroaxis-form-group__bar:after,
      .neuroaxis-form-group textarea:focus ~ .neuroaxis-form-group__bar:before,
      .neuroaxis-form-group textarea:focus ~ .neuroaxis-form-group__bar:after {
        width: 50%; }
  .neuroaxis-form-group input:not([type="checkbox"]):not([type="search"]):valid ~ label,
  .neuroaxis-form-group select:valid ~ label {
    top: 0;
    font-size: 0.75rem; }
  .neuroaxis-form-group input:not([type="checkbox"]):not([type="search"]):not(:valid),
  .neuroaxis-form-group select:not(:valid) {
    color: red; }
  .neuroaxis-form-group--empty input:not([type="checkbox"]):not([type="search"]) ~ label,
  .neuroaxis-form-group--empty select ~ label {
    top: 1rem;
    font-size: 1rem; }
  .neuroaxis-form-group--empty input:not([type="checkbox"]):not([type="search"]):focus ~ label,
  .neuroaxis-form-group--empty select:focus ~ label {
    top: 0;
    font-size: 0.75rem; }
  .neuroaxis-form-group--has-value input:not([type="checkbox"]):not([type="search"]) ~ label,
  .neuroaxis-form-group--has-value select ~ label {
    top: 0;
    font-size: 0.75rem; }
  .neuroaxis-form-group input[type="search"]:valid:not([value=""]) ~ label {
    top: 0;
    font-size: 0.75rem; }
  .neuroaxis-form-group textarea:valid ~ label {
    top: 0;
    font-size: 0.75rem; }
  .neuroaxis-form-group input[type="checkbox"] {
    display: none; }
    .neuroaxis-form-group input[type="checkbox"] + label {
      vertical-align: middle;
      font-weight: 700;
      padding-left: 0;
      position: static !important;
      position: initial !important;
      cursor: pointer;
      pointer-events: initial; }
    .neuroaxis-form-group input[type="checkbox"]:checked + label .neuroaxis-form-group__icon {
      display: none !important; }
      .neuroaxis-form-group input[type="checkbox"]:checked + label .neuroaxis-form-group__icon--checked {
        display: inline-block !important; }
  .neuroaxis-form-group__icon {
    color: #78506D;
    vertical-align: bottom;
    margin-right: 0.25rem; }
    .neuroaxis-form-group__icon--checked {
      display: none; }
  .neuroaxis-form-group select {
    position: relative;
    padding-left: 0.0625rem; }
  .neuroaxis-form-group label {
    color: #78506D;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0.375rem;
    top: 1rem;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
  .neuroaxis-form-group__bar {
    position: relative;
    display: block;
    width: 100%; }
    .neuroaxis-form-group__bar:before, .neuroaxis-form-group__bar:after {
      content: '';
      height: 0.125rem;
      width: 0;
      bottom: 0;
      position: absolute;
      background: #8D7249;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
    .neuroaxis-form-group__bar:before {
      left: 50%; }
    .neuroaxis-form-group__bar:after {
      right: 50%; }
  .neuroaxis-form-group--light input,
  .neuroaxis-form-group--light select,
  .neuroaxis-form-group--light textarea {
    background-color: transparent;
    border-color: #fff !important; }
  .neuroaxis-form-group--light label,
  .neuroaxis-form-group--light input,
  .neuroaxis-form-group--light select,
  .neuroaxis-form-group--light textarea {
    color: #fff; }

.text-left {
  text-align: left; }

.text-center, .blog-single__title, .blog-single__share__item, .services-list__header, .wp-caption.aligncenter .wp-caption-text {
  text-align: center; }

.text-right {
  text-align: right; }

.text-underline, .main-footer__list--underline li a, .article-full-overview__list li a:hover {
  text-decoration: underline !important; }

.text-uppercase, .main-footer__list--uppercase li a {
  text-transform: uppercase !important; }

.text-white, .main-footer__list--white li a, .collapse-list--bg .collapse-list__item, .regular-table, .partners-carousel .swiper-button-next, .partners-carousel .swiper-button-prev, .testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev, .swiper-carousel__button-next, .swiper-carousel__button-prev {
  color: #fff; }

.text-dark {
  color: #231F20; }

.text-pink {
  color: #78506D; }

.text-tan {
  color: #8D7249; }

.text-dark-pink {
  color: #3D0134; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semi-bold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-black, .main-footer__list--black li a {
  font-weight: 900 !important; }

.font-italic, .wp-caption.aligncenter .wp-caption-text {
  font-style: italic !important; }

.w-1 {
  width: 1%; }

.w-2 {
  width: 2%; }

.w-3 {
  width: 3%; }

.w-4 {
  width: 4%; }

.w-5 {
  width: 5%; }

.w-6 {
  width: 6%; }

.w-7 {
  width: 7%; }

.w-8 {
  width: 8%; }

.w-9 {
  width: 9%; }

.w-10 {
  width: 10%; }

.w-11 {
  width: 11%; }

.w-12 {
  width: 12%; }

.w-13 {
  width: 13%; }

.w-14 {
  width: 14%; }

.w-15 {
  width: 15%; }

.w-16 {
  width: 16%; }

.w-17 {
  width: 17%; }

.w-18 {
  width: 18%; }

.w-19 {
  width: 19%; }

.w-20 {
  width: 20%; }

.w-21 {
  width: 21%; }

.w-22 {
  width: 22%; }

.w-23 {
  width: 23%; }

.w-24 {
  width: 24%; }

.w-25 {
  width: 25%; }

.w-26 {
  width: 26%; }

.w-27 {
  width: 27%; }

.w-28 {
  width: 28%; }

.w-29 {
  width: 29%; }

.w-30 {
  width: 30%; }

.w-31 {
  width: 31%; }

.w-32 {
  width: 32%; }

.w-33 {
  width: 33%; }

.w-34 {
  width: 34%; }

.w-35 {
  width: 35%; }

.w-36 {
  width: 36%; }

.w-37 {
  width: 37%; }

.w-38 {
  width: 38%; }

.w-39 {
  width: 39%; }

.w-40 {
  width: 40%; }

.w-41 {
  width: 41%; }

.w-42 {
  width: 42%; }

.w-43 {
  width: 43%; }

.w-44 {
  width: 44%; }

.w-45 {
  width: 45%; }

.w-46 {
  width: 46%; }

.w-47 {
  width: 47%; }

.w-48 {
  width: 48%; }

.w-49 {
  width: 49%; }

.w-50 {
  width: 50%; }

.w-51 {
  width: 51%; }

.w-52 {
  width: 52%; }

.w-53 {
  width: 53%; }

.w-54 {
  width: 54%; }

.w-55 {
  width: 55%; }

.w-56 {
  width: 56%; }

.w-57 {
  width: 57%; }

.w-58 {
  width: 58%; }

.w-59 {
  width: 59%; }

.w-60 {
  width: 60%; }

.w-61 {
  width: 61%; }

.w-62 {
  width: 62%; }

.w-63 {
  width: 63%; }

.w-64 {
  width: 64%; }

.w-65 {
  width: 65%; }

.w-66 {
  width: 66%; }

.w-67 {
  width: 67%; }

.w-68 {
  width: 68%; }

.w-69 {
  width: 69%; }

.w-70 {
  width: 70%; }

.w-71 {
  width: 71%; }

.w-72 {
  width: 72%; }

.w-73 {
  width: 73%; }

.w-74 {
  width: 74%; }

.w-75 {
  width: 75%; }

.w-76 {
  width: 76%; }

.w-77 {
  width: 77%; }

.w-78 {
  width: 78%; }

.w-79 {
  width: 79%; }

.w-80 {
  width: 80%; }

.w-81 {
  width: 81%; }

.w-82 {
  width: 82%; }

.w-83 {
  width: 83%; }

.w-84 {
  width: 84%; }

.w-85 {
  width: 85%; }

.w-86 {
  width: 86%; }

.w-87 {
  width: 87%; }

.w-88 {
  width: 88%; }

.w-89 {
  width: 89%; }

.w-90 {
  width: 90%; }

.w-91 {
  width: 91%; }

.w-92 {
  width: 92%; }

.w-93 {
  width: 93%; }

.w-94 {
  width: 94%; }

.w-95 {
  width: 95%; }

.w-96 {
  width: 96%; }

.w-97 {
  width: 97%; }

.w-98 {
  width: 98%; }

.w-99 {
  width: 99%; }

.w-100 {
  width: 100%; }

.color-dark {
  color: #231F20 !important; }

.color-pink {
  color: #78506D !important; }

.color-dark-tan {
  color: #8D7249 !important; }

.color-dark-pink {
  color: #3D0134 !important; }

.bg-dark {
  background-color: #231F20 !important; }

.bg-pink, .regular-table, .testimonials-carousel .swiper-pagination-bullet {
  background-color: #78506D !important; }

.bg-dark-tan, .collapse-list--bg .collapse-list__item, .testimonials-carousel .swiper-pagination-bullet-active, .swiper-carousel__pagination .swiper-pagination-bullet, .reading-progress__progress {
  background-color: #8D7249 !important; }

.bg-dark-pink, .page-overview__link:hover {
  background-color: #3D0134 !important; }

.bg-cover, .related-blog-article, .single-featured-image, .services-list__article, .patient-story__featured-image {
  background-size: cover;
  background-position: center; }

.bg-center {
  background-position: center; }

.bg-contain {
  background-size: contain; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.pt-5-5 {
  padding-top: 1.875rem; }

.pt-6, .simple-cta {
  padding-top: 2.5rem; }

.pt-7 {
  padding-top: 3.75rem; }

.pt-8 {
  padding-top: 7.5rem; }

.pb-5-5 {
  padding-bottom: 1.875rem; }

.pb-6, .simple-cta {
  padding-bottom: 2.5rem; }

.pb-7 {
  padding-bottom: 3.75rem; }

.pb-8 {
  padding-bottom: 7.5rem; }

.pr-5-5 {
  padding-right: 1.875rem; }

.pr-6 {
  padding-right: 2.5rem; }

.pr-7 {
  padding-right: 3.75rem; }

.pr-8 {
  padding-right: 7.5rem; }

.pl-5-5 {
  padding-left: 1.875rem; }

.pl-6 {
  padding-left: 2.5rem; }

.pl-7 {
  padding-left: 3.75rem; }

.pl-8 {
  padding-left: 7.5rem; }

.mt-5-5 {
  margin-top: 1.875rem; }

.mt-6 {
  margin-top: 2.5rem; }

.mt-7 {
  margin-top: 3.75rem; }

.mt-8 {
  margin-top: 7.5rem; }

.mb-5-5 {
  margin-bottom: 1.875rem; }

.mb-6, .simple-search-form, .diseses-list {
  margin-bottom: 2.5rem; }

.mb-7, .feature-box {
  margin-bottom: 3.75rem; }

.mb-8 {
  margin-bottom: 7.5rem; }

.mr-5-5 {
  margin-right: 1.875rem; }

.mr-6 {
  margin-right: 2.5rem; }

.mr-7 {
  margin-right: 3.75rem; }

.mr-8 {
  margin-right: 7.5rem; }

.ml-5-5 {
  margin-left: 1.875rem; }

.ml-6 {
  margin-left: 2.5rem; }

.ml-7 {
  margin-left: 3.75rem; }

.ml-8 {
  margin-left: 7.5rem; }

.stretch-element, .blog-article__featured-image, .blog-single__featured-image, .relative-links, .collapse-list__content, .partners-carousel, .wp-caption.aligncenter img {
  margin-left: -20px;
  margin-right: -20px; }

.fill-element, .relative-links, .collapse-list__content, .regular-table__item, .partners-carousel {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  .bg-clear-on-desktop {
    background: none !important; }
  .text-align-clear-on-desktop {
    text-align: left;
    text-align: initial; }
  .justify-content-left-on-desktop {
    justify-content: start !important; }
  .stretch-element, .blog-article__featured-image, .blog-single__featured-image, .relative-links, .collapse-list__content, .partners-carousel, .wp-caption.aligncenter img {
    margin-left: 0;
    margin-right: 0; }
  .fill-element, .relative-links, .collapse-list__content, .regular-table__item, .partners-carousel {
    padding-left: 0;
    padding-right: 0; } }

.google-map {
  min-height: 50rem; }
  .google-map img {
    max-width: inherit; }

.back-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  border-radius: 0.3125rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  background-color: #78506D;
  color: #fff;
  right: 1.25rem;
  bottom: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .back-to-top__icon {
    width: 100%;
    font-size: 2.5rem; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

.call-us {
  overflow: hidden; }
  .call-us__icon {
    position: absolute;
    z-index: 0;
    font-size: 10rem;
    opacity: 0.05;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    top: 50%;
    left: 50%;
    margin-top: -5rem;
    margin-left: -13rem; }

.main-footer__brand__social li {
  padding: 0 0.375rem; }

.main-footer__brand__social a {
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.4;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3875rem;
  text-align: center;
  font-size: 0.875rem;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .main-footer__brand__social a:hover {
    opacity: 1;
    border-color: #78506D;
    background-color: #78506D;
    color: #fff; }

.main-footer__brand__image {
  width: 15.125rem;
  height: auto; }

.main-footer__lists-container {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem; }

.main-footer__list {
  margin-bottom: 1.875rem; }
  .main-footer__list li {
    margin-bottom: 0.5rem; }
    .main-footer__list li:last-child {
      margin-bottom: 0; }
  .main-footer__list--space-on-bottom {
    margin-bottom: 2.5rem; }

.main-footer__logos {
  text-align: center; }

.main-footer__bottom__icon {
  position: relative;
  top: 0.0625rem;
  margin-right: 0.125rem; }

.section-title {
  text-align: center;
  padding-top: 3.75rem;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
  position: relative; }
  .section-title:after {
    content: '';
    width: 6.25rem;
    height: 0.125rem;
    position: absolute;
    left: 50%;
    margin-left: -3.125rem;
    bottom: 0;
    background-color: #8D7249; }

.blog-article__featured-image {
  padding-top: 56%; }
  .blog-article__featured-image__image {
    display: none; }
  .blog-article__featured-image--doctor {
    padding-top: 150%; }

.neuroaxis-pagination {
  margin-bottom: 3.75rem;
  position: relative;
  padding-left: 3.125rem;
  padding-right: 3.125rem; }
  .neuroaxis-pagination .page-numbers {
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    display: block;
    margin-bottom: 0; }
    .neuroaxis-pagination .page-numbers:not(.next):not(.prev) {
      margin-left: 0.3125rem;
      margin-right: 0.3125rem; }
    .neuroaxis-pagination .page-numbers:not(.current) {
      color: #8D7249;
      position: relative; }
      .neuroaxis-pagination .page-numbers:not(.current):after {
        content: '';
        width: 1.25rem;
        height: 0.0625rem;
        background-color: #8D7249;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -0.625rem;
        bottom: 0; }
      .neuroaxis-pagination .page-numbers:not(.current):hover {
        background-color: rgba(35, 31, 32, 0.1); }
        .neuroaxis-pagination .page-numbers:not(.current):hover:after {
          display: none; }
  .neuroaxis-pagination .next,
  .neuroaxis-pagination .prev {
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 0;
    color: #231F20 !important; }
    .neuroaxis-pagination .next .material-icons,
    .neuroaxis-pagination .prev .material-icons {
      font-size: 2rem; }
    .neuroaxis-pagination .next:hover,
    .neuroaxis-pagination .prev:hover {
      background-color: rgba(35, 31, 32, 0.1); }
    .neuroaxis-pagination .next:after,
    .neuroaxis-pagination .prev:after {
      display: none !important; }
  .neuroaxis-pagination .next {
    right: 0; }
  .neuroaxis-pagination .prev {
    left: 0; }

.feedback-form .q1receptie,
.feedback-form .q2receptie,
.feedback-form .q2personalmedical,
.feedback-form .q3calitate,
.feedback-form .q4clinica {
  display: block;
  width: 100%;
  justify-content: space-between; }

.feedback-form .q1receptie > *,
.feedback-form .q2receptie > *,
.feedback-form .q2personalmedical > *,
.feedback-form .q3calitate > *,
.feedback-form .q4clinica > * {
  width: 50%;
  text-align: center;
  margin-left: 0; }

.feedback-form textarea {
  font-size: 1rem;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  display: block;
  border: none;
  border-bottom: 1px solid #78506D;
  width: 100%; }

.feedback-form input[type="text"], .feedback-form input[type="email"] {
  font-size: 1rem;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  display: inline;
  border: none;
  max-width: 100%;
  border-bottom: 1px solid #78506D; }

.feedback-form input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  margin: 0.2em auto 0.2em;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  outline: none;
  border: 2px solid #78506D;
  outline: none;
  cursor: pointer; }
  .feedback-form input[type="radio"]:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin: 3px 3px;
    border-radius: 50%;
    outline: none; }
  .feedback-form input[type="radio"]:checked:before {
    background-color: #78506D; }

.blog-single__content ul {
  margin-bottom: 1.25rem; }

.blog-single__featured-image {
  padding-top: 56%; }
  .blog-single__featured-image__image {
    display: none; }

.blog-single__share__link {
  cursor: pointer; }

.blog-single__share__icon {
  display: block;
  height: 1.5rem;
  color: #8D7249; }
  .blog-single__share__icon.fab {
    font-size: 1.125rem; }
  .blog-single__share__icon.fa-whatsapp {
    font-size: 1.375rem;
    position: relative;
    top: -2px; }

.relative-links__item {
  margin-bottom: 1rem; }
  .relative-links__item:last-child {
    margin-bottom: 0; }

.simple-cta__icon {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #8D7249;
  color: #fff; }
  .simple-cta__icon .material-icons {
    font-size: 2rem; }

.simple-cta__text {
  width: calc(100% - 70px); }

.related-blog-article {
  border-radius: 0.3125rem;
  display: block;
  padding-top: 80%;
  min-height: 12.5rem;
  overflow: hidden;
  position: relative;
  top: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .related-blog-article__header {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.25rem 1.25rem; }
  .related-blog-article:hover {
    top: -0.25rem; }

.search-restults-filter__list {
  display: none; }
  .search-restults-filter__list__link {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(120, 80, 109, 0.2); }
  .search-restults-filter__list__item:last-child .search-restults-filter__list__link {
    border-bottom: none; }

.search-restults-filter.active .search-restults-filter__title .material-icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.search-restults-filter.active .search-restults-filter__list {
  display: block; }

.contact-map {
  position: relative;
  padding-top: 100%; }
  .contact-map__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cta-hero__featured-image {
  padding-top: 50%; }
  .cta-hero__featured-image__image {
    display: none; }

.cta-hero__item {
  width: 50%;
  min-height: 7rem;
  padding: 0.625rem;
  background-color: #3D0134; }
  .cta-hero__item:nth-child(2) {
    background-color: #510145; }
  .cta-hero__item:nth-child(3) {
    background-color: #5b014e; }
  .cta-hero__item:nth-child(4) {
    background-color: #650256; }
  .cta-hero__item .material-icons {
    width: 100%; }
  .cta-hero__item__title {
    margin-bottom: 0; }

.side-to-side-list {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .side-to-side-list__item {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .side-to-side-list__item:last-child .side-to-side-list__link, .side-to-side-list__item:nth-last-child(2) .side-to-side-list__link {
      border-bottom: none; }
  .side-to-side-list__link {
    border-bottom: 1px solid rgba(35, 31, 32, 0.1);
    padding: 0.375rem 0;
    width: 100%; }

.patient-story-video__video {
  position: relative;
  margin-bottom: 0.75rem; }
  .patient-story-video__video,
  .patient-story-video__video .fluid-width-video-wrapper {
    height: 8.5rem;
    padding-top: 0 !important; }
  .patient-story-video__video__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.collapse-list__title {
  position: relative;
  cursor: pointer;
  padding: 0.625rem 2.5rem 0.625rem 0; }
  .collapse-list__title .material-icons {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem; }

.collapse-list__content {
  border-top: 1px solid #78506D;
  border-bottom: 1px solid #78506D;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none; }
  .collapse-list__content .regular-table {
    margin-top: -1rem;
    margin-bottom: -1rem !important; }
  .collapse-list__content *:last-child {
    margin-bottom: 0; }

.collapse-list__item.active > .collapse-list__title .material-icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.collapse-list__item.active > .collapse-list__content {
  display: block; }

.collapse-list__item .collapse-list {
  border: 1px solid rgba(61, 1, 52, 0.5); }

.collapse-list--bg .collapse-list__item:nth-child(2n + 2) {
  background-color: #4a3c26 !important; }

.regular-table p {
  margin-bottom: 0;
  font-size: 1rem; }

.regular-table__top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.regular-table__name {
  width: calc(100% - 100px);
  padding-right: 0.5rem; }

.regular-table__price {
  width: 0.625rem; }

.regular-table__item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .regular-table__item:last-child {
    border-bottom: none; }

.single-featured-image {
  padding-top: 65%; }
  .single-featured-image__image {
    display: none; }
  .single-featured-image--video {
    padding-top: 0; }

.feature-box__icon {
  height: 4rem;
  margin-bottom: 0.5rem; }

.feature-box__content {
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(120, 80, 109, 0.3); }
  .feature-box__content ol {
    list-style-type: none;
    padding-left: 0; }
    .feature-box__content ol li:before {
      content: '- '; }
  .feature-box__content ul {
    list-style-type: none;
    padding-left: 0; }
    .feature-box__content ul li {
      display: inline-block; }
      .feature-box__content ul li:after {
        content: '\2022';
        margin-right: 0.25rem; }
  .feature-box__content *:last-child {
    margin-bottom: 0; }

.partners-carousel .swiper-container {
  overflow: visible;
  overflow: initial;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .partners-carousel .swiper-container--inner {
    overflow: hidden; }

.partners-carousel .swiper-button-next, .partners-carousel .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: #8D7249;
  opacity: 1;
  margin-top: -1.25rem; }

.partners-carousel .swiper-button-disabled {
  opacity: 0.3; }

.partners-carousel .swiper-button-next {
  right: -1.25rem; }

.partners-carousel .swiper-button-prev {
  left: -1.25rem; }

.testimonials-full-width .swiper-container {
  padding-bottom: 2rem; }

.testimonials-full-width__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(61, 1, 52, 0.1); }

.testimonials-full-width__swiper-pagination .swiper-pagination-bullet {
  background-color: #78506D; }

.testimonials-carousel__avatar {
  border-radius: 50% !important;
  margin: 0 auto;
  height: 6.25rem;
  width: 6.25rem; }

.testimonials-carousel .swiper-container {
  overflow: visible;
  overflow: initial; }
  .testimonials-carousel .swiper-container--inner {
    overflow: hidden; }

.testimonials-carousel .swiper-pagination {
  position: static;
  position: initial; }
  .testimonials-carousel .swiper-pagination-bullet {
    opacity: 1; }

.testimonials-carousel .swiper-button-next, .testimonials-carousel .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: #8D7249;
  opacity: 1;
  top: 3.125rem;
  margin-top: -1.25rem; }

.testimonials-carousel .swiper-button-disabled {
  opacity: 0.3; }

.testimonials-carousel .swiper-button-next {
  right: -1.25rem; }

.testimonials-carousel .swiper-button-prev {
  left: -1.25rem; }

.team-carousel__avatar {
  border-radius: 0.25rem !important;
  margin: 0 auto;
  height: 12rem;
  width: 7.5rem;
  background-size: cover;
  background-position: center; }

.swiper-carousel {
  position: relative; }
  .swiper-carousel__swiper-container {
    overflow: visible;
    overflow: initial; }
    .swiper-carousel__swiper-container--inner {
      overflow: hidden; }
  .swiper-carousel__pagination {
    position: static;
    position: initial; }
    .swiper-carousel__pagination .swiper-pagination-bullet {
      opacity: 0.5; }
      .swiper-carousel__pagination .swiper-pagination-bullet-active {
        opacity: 1; }
  .swiper-carousel__button-next, .swiper-carousel__button-prev {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    background: #8D7249;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -1.125rem; }
  .swiper-carousel__button-next {
    right: -1.25rem; }
  .swiper-carousel__button-prev {
    left: -1.25rem; }
  .swiper-carousel .swiper-button-disabled {
    opacity: 0.3; }

.border-cage {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(35, 31, 32, 0.3); }

.doctors__item:last-child {
  margin-bottom: 0 !important; }

.doctor-single-header {
  padding-top: 1.25rem; }
  .doctor-single-header__avatar {
    padding-top: 150%;
    background-position: center; }
  .doctor-single-header__list__item {
    border-bottom: 1px solid rgba(35, 31, 32, 0.1); }

.page-overview__link {
  padding: 0.6875rem; }
  .page-overview__link:hover {
    color: #fff; }

.page-overview__item {
  width: 50%; }

.neuroaxis-tooltip {
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #231F20;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5rem 0.25rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-bottom: -1rem;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .neuroaxis-tooltip:after {
    content: '';
    display: block;
    left: 50%;
    top: 100%;
    margin-left: -0.5rem;
    border-style: solid;
    border-color: #231F20 transparent transparent transparent;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    position: absolute;
    width: 0; }
  .neuroaxis-tooltip--active {
    margin-bottom: 0;
    visibility: visible;
    opacity: 1; }

.neuroaxis-star-rating__star {
  cursor: pointer; }

.services-list {
  margin-left: -5px;
  margin-right: -5px; }
  .services-list__item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .services-list__item:last-child, .services-list__item:nth-last-child(2) {
      margin-bottom: 0; }
  .services-list__article {
    position: relative;
    padding-top: 135%;
    border-radius: 0.3125rem;
    top: 0;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
    .services-list__article:hover {
      top: -0.25rem; }
  .services-list__header {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.25rem 1.25rem;
    min-height: 3.625rem; }
  .services-list--small .services-list__article {
    padding-top: 100%; }

.simple-search-form__icon {
  width: 1.875rem; }

.simple-search-form__input {
  width: calc(100% - 30px);
  margin-bottom: 0; }

.diseses-list__letter {
  width: 1.875rem; }
  .diseses-list__letter h3 {
    border-bottom: 1px solid #231F20;
    width: 1.125rem;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 0.625rem; }

.diseses-list__list {
  width: calc(100% - 30px); }
  .diseses-list__list__item {
    border-bottom: 1px solid rgba(35, 31, 32, 0.1); }
    .diseses-list__list__item:last-child {
      border-bottom: none; }

.diseses-list__link {
  display: block;
  padding: 0.625rem 1.25rem; }
  .diseses-list__link:hover {
    color: #fff;
    background-color: #78506d; }

.article-full-overview.active {
  height: 7.375rem; }

.article-full-overview__nav {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  top: 6.25rem;
  z-index: 9;
  display: none; }
  .article-full-overview__nav.opened {
    display: block; }

.article-full-overview__trigger.active {
  position: fixed;
  left: 0;
  right: 0;
  margin-top: 0;
  top: 6.25rem;
  z-index: 1; }

.article-full-overview__close {
  width: 3.125rem;
  height: 3.125rem;
  right: 0;
  top: 0;
  position: absolute; }

.article-full-overview__list {
  overflow-y: auto;
  max-height: calc(100vh - 200px); }
  .article-full-overview__list li a {
    color: #fff;
    display: block;
    padding: 0.375rem 0; }
  .article-full-overview__list ul {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative; }
    .article-full-overview__list ul li a {
      padding-left: 1.25rem; }
    .article-full-overview__list ul:before {
      content: '';
      position: absolute;
      left: 0.625rem;
      top: 0.5rem;
      bottom: 0.5rem;
      width: 0.0625rem;
      background-color: rgba(255, 255, 255, 0.3); }

.patient-story__featured-image {
  padding-top: 60%;
  display: block; }

.patient-story__iframe--image {
  background-size: cover;
  background-position: center;
  padding-top: 56%; }

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0.125rem;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .reading-progress__progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0; }
  .reading-progress.active {
    opacity: 1;
    visibility: visible; }

@media (min-width: 576px) {
  .admin-bar .article-full-overview__trigger.active {
    top: 9.125rem; } }

@media (min-width: 768px) {
  .admin-bar .article-full-overview__trigger.active {
    top: 8.25rem; }
  .feedback-form .q1receptie > *,
  .feedback-form .q2receptie > *,
  .feedback-form .q2personalmedical > *,
  .feedback-form .q3calitate > *,
  .feedback-form .q4clinica > * {
    width: 20%; } }

@media (min-width: 992px) {
  .article-full-overview.active {
    height: auto; }
  .section-title {
    margin-bottom: 3.75rem; }
    .section-title--same-mb-on-desktop {
      margin-bottom: 1.875rem; }
    .section-title--left-on-desktop {
      text-align: left; }
      .section-title--left-on-desktop:after {
        left: 0;
        margin-left: 0; }
  .blog-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .blog-article__featured-image {
      padding-top: 0;
      width: 40%;
      height: 16rem; }
      .blog-article__featured-image--doctor {
        height: 35rem; }
    .blog-article__header {
      width: 60%;
      padding-left: 40px; }
    .blog-article .neuroaxis-button, .blog-article .feedback-form input[type="submit"], .feedback-form .blog-article input[type="submit"] {
      display: inline-block !important; }
  .search-restults-filter__list {
    display: block; }
  .search-restults-filter__title .material-icons {
    display: none; }
  .simple-cta {
    justify-content: center !important; }
    .simple-cta__text {
      width: auto;
      max-width: calc(100% - 70px); }
  .blog-single__featured-image {
    padding-top: 56vh; }
  .blog-single__title {
    text-align: left; }
  .blog-single__share {
    justify-content: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .blog-single__share__item {
      min-width: 4rem; }
  .relative-links {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
    .relative-links ul {
      display: flex;
      flex-wrap: wrap; }
      .relative-links ul li {
        width: 50%; }
        .relative-links ul li a:hover {
          color: #fff;
          opacity: 0.7; }
  .main-footer__lists-container {
    padding-top: 0;
    padding-bottom: 0; }
  .main-footer__list--inline-on-desktop {
    display: flex; }
    .main-footer__list--inline-on-desktop li {
      margin-right: 1.75rem; }
      .main-footer__list--inline-on-desktop li:last-child {
        margin-right: 0; }
  .main-footer__list--space-on-bottom {
    margin-bottom: 0; }
  .main-footer__logos {
    text-align: right; }
  .cta-hero {
    display: flex;
    flex-wrap: wrap; }
    .cta-hero__featured-image, .cta-hero__items {
      width: 50%;
      box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2); }
    .cta-hero__featured-image {
      padding-top: 0; }
    .cta-hero__item {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .cta-hero__item .material-icons {
        margin-bottom: 0.5rem; }
    .cta-hero__logo {
      order: 3;
      width: 100%;
      padding-top: 3rem !important; }
  .side-to-side-list__link {
    padding: 0.75rem 0; }
  .patient-story-video {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .patient-story-video__video {
      margin-bottom: 0;
      margin-right: 1rem; }
      .patient-story-video__video,
      .patient-story-video__video .fluid-width-video-wrapper {
        width: 12.5rem;
        height: 6.75rem; }
    .patient-story-video__header {
      width: calc(100% - 216px); }
  .regular-table {
    padding-bottom: 1rem;
    padding-top: 0.5rem; }
    .regular-table__top, .regular-table__item {
      padding-left: 2rem;
      padding-right: 2rem; }
  .single-featured-image {
    padding-top: 56vh; }
    .single-featured-image--video {
      padding-top: 0; }
  .contact-map--sm {
    padding-top: 40vh; }
  .border-cage {
    padding-bottom: 0 !important; }
  .doctors {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .doctors__item {
      width: 33.333333333333333%;
      padding: 0 10px; }
      .doctors__item:last-child {
        margin-bottom: 1rem !important; }
  .doctor-single-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .doctor-single-header__left-side {
      display: flex;
      align-items: center; }
    .doctor-single-header__avatar-reviews {
      width: 20rem; }
    .doctor-single-header__info {
      padding-left: 1rem;
      max-width: 23.125rem; }
    .doctor-single-header__title, .doctor-single-header__desc {
      text-align: left; }
    .doctor-single-header__list__item {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
      border: none;
      display: block !important; }
    .doctor-single-header__list__name {
      white-space: nowrap;
      margin-right: 0.5rem; }
    .doctor-single-header__list__desc {
      text-align: right; }
    .doctor-single-header .blog-single__share {
      width: 100%; }
  .page-overview {
    justify-content: center;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
    .page-overview__item {
      width: auto; }
  .links-list {
    display: flex;
    flex-wrap: wrap; }
    .links-list__item {
      width: 100%; }
  .services-list__item {
    width: 34%; }
    .services-list__item:last-child, .services-list__item:nth-last-child(2) {
      margin-bottom: 10px; }
  .services-list__article {
    padding-top: 100%; }
  .services-list--small .services-list__item {
    width: 25%; }
  .service-single__title {
    text-align: left; }
  .article-full-overview__nav {
    position: static;
    position: initial;
    display: block;
    box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
    max-width: calc(100vh - 100px);
    overflow-y: auto; }
    .article-full-overview__nav.active {
      position: fixed;
      top: 6.25rem;
      left: inherit;
      right: inherit;
      width: 12.5rem; }
    .article-full-overview__nav--smaller {
      bottom: auto !important; }
    .article-full-overview__nav.active-bottom {
      position: absolute;
      bottom: 0 !important;
      top: auto;
      left: inherit;
      right: inherit;
      width: 12.5rem; }
  .article-full-overview__trigger {
    display: none !important; }
  .article-full-overview__close {
    display: none !important; }
  .article-full-overview__list {
    overflow-y: visible;
    overflow-y: initial;
    max-height: inherit; }
  .admin-bar .article-full-overview__nav.active {
    top: 8.25rem; }
  .patient-story--big {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .patient-story--big .patient-story__iframe {
      width: 50%; }
      .patient-story--big .patient-story__iframe--image {
        padding-top: 28%; }
    .patient-story--big .patient-story__header {
      width: 50%;
      padding-left: 40px; } }

@media (min-width: 1240px) {
  .article-full-overview__nav {
    max-width: calc(100vh - 90px); }
    .article-full-overview__nav.active {
      width: 16.40625rem;
      top: 8.75rem; }
    .article-full-overview__nav.active-bottom {
      width: 16.40625rem; }
  .admin-bar .article-full-overview__nav.active {
    top: 10.75rem; } }

.wp-caption {
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 0 15px 30px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 30px auto; }

.alignright {
  float: right;
  margin: 0 0 30px 15px; }

.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0; }

.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0; }

p .alignleft {
  float: left;
  margin: 5px 15px 30px 0; }

p .aligncenter {
  display: block;
  margin: 5px auto 30px auto; }

p .alignright {
  float: right;
  margin: 5px 0 30px 15px; }

p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0; }

p .size-full {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0; }

.wp-caption.aligncenter img {
  max-width: calc(100% + 40px); }

.main-header {
  padding-top: 0.625rem;
  position: fixed;
  z-index: 10;
  height: 6.25rem;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  .main-header__top,
  .main-header .container {
    height: 3.125rem; }
  .main-header__bottom {
    height: 2.5rem; }
  .main-header__logo__link {
    display: block; }
  .main-header__logo__image {
    display: block;
    height: auto;
    width: 10rem; }
  .main-header__buttons {
    padding-left: 1.25rem !important; }
    .main-header__buttons__item--ml {
      margin-left: 1rem; }
    .main-header__buttons__item__first-child {
      margin-left: 0; }
    .main-header__buttons__overlay {
      display: none; }
    .main-header__buttons--cta {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      left: 0;
      padding-left: 1.25rem !important;
      padding-right: 1.25rem;
      flex-wrap: wrap;
      height: 2.5rem; }
      .main-header__buttons--cta .main-header__buttons__item {
        width: 50%;
        position: relative; }
        .main-header__buttons--cta .main-header__buttons__item:after {
          content: '';
          width: 1px;
          height: 0.625rem;
          background-color: rgba(35, 31, 32, 0.5);
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -0.3125rem; }
        .main-header__buttons--cta .main-header__buttons__item:last-child:after {
          display: none; }
      .main-header__buttons--cta .main-header__cta__icon {
        font-size: 1.125rem;
        vertical-align: top;
        margin-right: 0.25rem; }
      .main-header__buttons--cta .main-header__cta__text {
        font-size: 0.875rem;
        display: block;
        padding-bottom: 0.4375rem;
        padding-top: 0.4375rem; }
  .main-header__lang {
    margin-bottom: 0.1875rem; }
    .main-header__lang__text, .main-header__lang__icon {
      cursor: pointer; }
    .main-header__lang__text {
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      font-size: 1.25rem; }
    .main-header__lang__icon {
      font-size: 1.25rem;
      line-height: 1;
      position: relative;
      top: 0.125rem; }
    .main-header__lang__trigger:before {
      content: '';
      display: block;
      border-style: solid;
      border-color: transparent transparent #fff transparent;
      border-width: 0 0.375rem 0.375rem 0.375rem;
      top: 100%;
      left: 50%;
      margin-left: -0.375rem;
      margin-top: 0.9375rem;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition-delay: 0.2s;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
    .main-header__lang__dropdown {
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff;
      top: 4.25rem;
      padding: 0.625rem !important;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
      .main-header__lang__dropdown__item {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.25rem;
        text-align: center;
        color: #231F20;
        padding: 0.4375rem 0;
        cursor: pointer;
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out; }
        .main-header__lang__dropdown__item.active, .main-header__lang__dropdown__item:hover {
          background-color: rgba(141, 114, 73, 0.3); }
    .main-header__lang.active {
      color: #fff; }
      .main-header__lang.active .main-header__lang__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .main-header__lang.active .main-header__lang__trigger, .main-header__lang.active .main-header__lang__dropdown {
        z-index: 2; }
      .main-header__lang.active .main-header__lang__trigger {
        position: relative; }
        .main-header__lang.active .main-header__lang__trigger:before {
          margin-top: 0.625rem;
          opacity: 1;
          visibility: visible; }
      .main-header__lang.active .main-header__lang__dropdown {
        top: 3.75rem;
        opacity: 1;
        visibility: visible; }
  .main-header__search {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 4.25rem;
    padding: 0.625rem 1.25rem !important;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
    .main-header__search__icon {
      margin-right: 0.5rem;
      color: #231F20;
      position: relative;
      top: -0.0625rem; }
    .main-header__search__input {
      border: none;
      width: 100%;
      font-size: 1.125rem;
      font-weight: 500;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .main-header__search__input::-webkit-input-placeholder {
        color: rgba(35, 31, 32, 0.75); }
      .main-header__search__input::-moz-placeholder {
        color: rgba(35, 31, 32, 0.75); }
      .main-header__search__input:-ms-input-placeholder {
        color: rgba(35, 31, 32, 0.75); }
      .main-header__search__input:-moz-placeholder {
        color: rgba(35, 31, 32, 0.75); }
    .main-header__search.active {
      top: 3.75rem;
      opacity: 1;
      visibility: visible; }
  .main-header__mobile-trigger {
    cursor: pointer; }
    .main-header__mobile-trigger__icon {
      font-size: 2rem;
      display: block; }
      .main-header__mobile-trigger__icon--close {
        display: none; }
    .main-header__mobile-trigger--search:before {
      content: '';
      display: block;
      border-style: solid;
      border-color: transparent transparent #fff transparent;
      border-width: 0 0.375rem 0.375rem 0.375rem;
      top: 100%;
      left: 50%;
      margin-left: -0.375rem;
      margin-top: 0.6875rem;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition-delay: 0.2s;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
    .main-header__mobile-trigger--search.active:before {
      margin-top: 0.1875rem;
      opacity: 1;
      visibility: visible; }
    .main-header__mobile-trigger.active {
      position: relative;
      z-index: 2;
      color: #fff; }
      .main-header__mobile-trigger.active .main-header__mobile-trigger__icon {
        display: none; }
        .main-header__mobile-trigger.active .main-header__mobile-trigger__icon--close {
          display: block; }
  .main-header__overlay {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(61, 1, 52, 0.5);
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
  .main-header.affixed {
    background-color: rgba(255, 255, 255, 0.9); }
  .main-header.active .main-header__overlay {
    opacity: 1;
    visibility: visible; }

.admin-bar .main-header {
  top: 2.875rem; }
  .admin-bar .main-header.affixed {
    top: 0; }

@media (min-width: 576px) {
  .admin-bar .main-header {
    top: 2.875rem; }
    .admin-bar .main-header.affixed {
      top: 2.875rem; } }

@media (min-width: 768px) {
  .admin-bar .main-header {
    top: 2rem; }
    .admin-bar .main-header__top {
      top: 2rem; }
    .admin-bar .main-header.affixed {
      top: 2rem; } }

@media (min-width: 1240px) {
  .main-header {
    padding-top: 0;
    height: 8.75rem;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    transition-delay: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out; }
    .main-header__top {
      padding-top: 1rem;
      height: 5.625rem;
      padding-bottom: 1rem; }
    .main-header .container {
      height: auto; }
    .main-header__bottom {
      height: 3.125rem;
      display: flex;
      justify-content: space-between; }
    .main-header__logo__image {
      height: 3.4375rem;
      width: auto; }
    .main-header__buttons {
      padding-left: 0 !important; }
      .main-header__buttons__item {
        margin-left: 2rem; }
        .main-header__buttons__item--ml {
          display: none; }
        .main-header__buttons__item:first-child {
          margin-left: 0; }
      .main-header__buttons--cta {
        position: static;
        position: initial;
        bottom: 0;
        width: auto;
        text-align: center;
        padding-right: 0;
        flex-wrap: initial;
        height: auto;
        margin-left: auto;
        padding-right: 2rem; }
        .main-header__buttons--cta .main-header__buttons__item {
          width: auto; }
          .main-header__buttons--cta .main-header__buttons__item:after {
            display: none; }
        .main-header__buttons--cta .main-header__cta__icon {
          width: 1.875rem;
          height: 1.875rem;
          margin-right: 0.5rem;
          border-radius: 50%;
          line-height: 1.875rem;
          color: #fff;
          text-align: center;
          box-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
          background-color: #8D7249; }
        .main-header__buttons--cta .main-header__cta__text {
          font-weight: 900;
          padding-bottom: 0;
          padding-top: 0;
          line-height: 1.875rem; }
    .main-header__lang {
      margin-bottom: 0;
      position: relative; }
      .main-header__lang__text {
        font-size: 1rem; }
      .main-header__lang__trigger {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem; }
        .main-header__lang__trigger:before {
          display: none; }
      .main-header__lang__dropdown {
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        margin-top: 1.25rem;
        width: 23.4375rem;
        z-index: 1; }
        .main-header__lang__dropdown:before {
          content: '';
          display: block;
          border-style: solid;
          border-color: transparent transparent rgba(35, 31, 32, 0.1) transparent;
          border-width: 0 0.375rem 0.375rem 0.375rem;
          bottom: 100%;
          right: 1.125rem;
          margin-left: -0.375rem;
          margin-top: 0.6875rem;
          position: absolute; }
      .main-header__lang.active {
        color: #231F20; }
        .main-header__lang.active .main-header__lang__dropdown {
          margin-top: 0.75rem;
          top: 100%; }
    .main-header__search {
      position: relative;
      top: 0;
      background-color: transparent;
      padding: 0 !important;
      z-index: 0;
      opacity: 1;
      visibility: visible;
      width: 11.625rem;
      box-shadow: inset 0 -0.1875rem 0 #8D7249;
      min-width: 11.875rem;
      transition-delay: 0;
      -webkit-transition-property: all;
      -webkit-transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
      .main-header__search__icon {
        margin-right: 0;
        position: absolute;
        right: 0.25rem;
        margin-top: -0.625rem;
        font-size: 1.25rem;
        top: 50%;
        color: rgba(35, 31, 32, 0.6);
        z-index: 0; }
      .main-header__search__input {
        padding-left: 0.25rem;
        padding: 1.125rem 1.5rem 1.125rem 0.25rem;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        z-index: 1;
        background-color: transparent; }
        .main-header__search__input::-webkit-input-placeholder {
          color: #231F20; }
        .main-header__search__input::-moz-placeholder {
          color: #231F20; }
        .main-header__search__input:-ms-input-placeholder {
          color: #231F20; }
        .main-header__search__input:-moz-placeholder {
          color: #231F20; }
    .main-header__mobile-trigger {
      cursor: pointer; }
      .main-header__mobile-trigger__icon {
        font-size: 2rem;
        display: block; }
        .main-header__mobile-trigger__icon--close {
          display: none; }
      .main-header__mobile-trigger--search:before {
        content: '';
        display: block;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0 0.375rem 0.375rem 0.375rem;
        top: 100%;
        left: 50%;
        margin-left: -0.375rem;
        margin-top: 0.6875rem;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition-delay: 0.2s;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out; }
      .main-header__mobile-trigger--search.active:before {
        margin-top: 0.1875rem;
        opacity: 1;
        visibility: visible; }
      .main-header__mobile-trigger.active {
        position: relative;
        z-index: 2;
        color: #fff; }
        .main-header__mobile-trigger.active .main-header__mobile-trigger__icon {
          display: none; }
          .main-header__mobile-trigger.active .main-header__mobile-trigger__icon--close {
            display: block; }
    .main-header__overlay {
      background-color: transparent; }
    .main-header.affixed {
      background-color: rgba(255, 255, 255, 0.9); }
      .main-header.affixed:hover {
        background-color: #fff; } }

.main-menu {
  position: fixed;
  z-index: 2;
  width: 17.1875rem;
  top: 0;
  left: -18rem;
  bottom: 0;
  background: #fff;
  padding-bottom: 4.75rem;
  transition-delay: 0.1s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }
  .main-menu > ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9.625rem;
    top: 0;
    padding: 0.625rem 0;
    overflow-y: auto; }
    .main-menu > ul,
    .main-menu > ul ul {
      padding-left: 0;
      list-style-type: none; }
    .main-menu > ul a {
      display: block;
      padding: 0.9375rem 1.25rem;
      font-weight: 700; }
      .main-menu > ul a:hover {
        background-color: rgba(141, 114, 73, 0.2);
        color: #231F20; }
    .main-menu > ul ul {
      display: none; }
      .main-menu > ul ul a {
        padding-left: 1.875rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
    .main-menu > ul li {
      position: relative; }
      .main-menu > ul li > i {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0.8125rem 1.25rem; }
      .main-menu > ul li.has-sub-menu > a {
        padding-right: 4rem; }
      .main-menu > ul li.active > a {
        background-color: rgba(141, 114, 73, 0.2);
        color: #231F20; }
      .main-menu > ul li.active > i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .main-menu > ul li.active > ul {
        display: block; }
  .main-menu__logo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem 1.25rem; }
    .main-menu__logo__image {
      height: 3rem;
      display: inline-block; }
    .main-menu__logo > ul {
      padding: 0.625rem 0; }
      .main-menu__logo > ul,
      .main-menu__logo > ul ul {
        padding-left: 0;
        list-style-type: none; }
      .main-menu__logo > ul a {
        display: block;
        padding: 0.9375rem 1.25rem;
        font-weight: 700; }
        .main-menu__logo > ul a:hover {
          background-color: rgba(141, 114, 73, 0.2);
          color: #231F20; }
  .main-menu.active {
    left: 0; }

@media (min-width: 1240px) {
  .main-menu {
    position: static;
    position: initial;
    z-index: 0;
    width: auto;
    background: transparent;
    padding-bottom: 0;
    box-shadow: none; }
    .main-menu__logo {
      display: none; }
    .main-menu > ul {
      position: static;
      position: initial;
      padding: 0;
      overflow-y: visible;
      overflow-y: initial;
      display: flex; }
      .main-menu > ul ul {
        background-color: #fff;
        box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 0.5rem;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out; }
        .main-menu > ul ul a {
          padding: 0.8125rem 1.25rem;
          white-space: nowrap;
          text-transform: capitalize; }
          .main-menu > ul ul a:hover {
            background-color: rgba(141, 114, 73, 0.2); }
      .main-menu > ul li {
        position: relative; }
        .main-menu > ul li > i {
          position: absolute;
          right: 0.25rem;
          top: 0;
          padding: 1.125rem 0;
          font-size: 0.875rem; }
        .main-menu > ul li.has-sub-menu > a {
          padding-right: 1.5rem; }
        .main-menu > ul li.active > a {
          background-color: transparent; }
        .main-menu > ul li.active > i {
          -webkit-transform: rotate(0);
          transform: rotate(0); }
      .main-menu > ul a {
        padding: 1rem 0.5rem;
        text-transform: uppercase;
        font-size: 0.875rem;
        color: rgba(35, 31, 32, 0.8) !important; }
        .main-menu > ul a:hover {
          background-color: transparent;
          color: #231F20 !important; }
      .main-menu > ul > li {
        position: relative; }
        .main-menu > ul > li:hover > a {
          box-shadow: inset 0 -0.1875rem 0 #8D7249; }
        .main-menu > ul > li:hover > i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .main-menu > ul > li:hover > ul {
          margin-top: 0;
          opacity: 1;
          visibility: visible; } }

@-moz-document url-prefix() {}
